home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-06-23 | 561 b | 32 lines | [TEXT/R*ch] |
- <!--
- This example illustrates the use of the #include directive. You can
- include HTML source code by reference into another file, rather than
- having to copy and paste (and deal with the headaches of keeping
- all of your HTML code in sync.
- -->
-
- <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
- <HTML>
- <HEAD>
-
- <TITLE>#TITLE#</TITLE>
- <!--
- Created: #COMPDATE#
- By: #USERNAME#
- Where: #ROOT##FILENAME#
- -->
-
- <!-- #include "baseURL.incl" -->
- <!-- end include -->
-
- </HEAD>
- <BODY>
-
-
- #BODYTEXT#
-
- <!-- #include "footer.incl" -->
- <!-- end include -->
- </BODY>
- </HTML>
-